/* CALLOUTS
---------------------------------------------- */
.callout-double {
	width: 100%; 
	padding: 10px;
	display: table;
}
.callout-double .callout {
	width: 50%; 
	height: 100%;
	padding: 10px;
	display: table-cell;
	vertical-align: top;
}
.callout-double .pic {
	width: 100%; 
	height: 450px;
	overflow: hidden;
}
.callout-double .pic a {
	display: block;
	width: 100%; 
	height: 100%;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	transition: all 0.2s; 
	-ms-transform: scale(1,1); 
	-webkit-transform: scale(1,1); 
	transform: scale(1,1);
}
.callout-double .pic a:hover {
	-ms-transform: scale(1.1,1.1); 
	-webkit-transform: scale(1.1,1.1); 
	transform: scale(1.1,1.1);
}
.callout-double .int {
	display: table;
	width: 100%;
}
.callout-double .content {
	padding: 14px; 
	display: table-cell;
	vertical-align: top;
}
.callout-double .content h3 {margin-bottom: 8px;}
.callout-double .link {
	display: table-cell; 
	width: 150px; 
	position: relative;
}
.callout-double .link a {
	display: block; 
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/_core/images/icon-circle-arr.png);
	background-color: #000;
}
.callout-double .link a:hover {
	background-image: url(/_core/images/icon-circle-arr-blk.png);
	background-color: #ed1c24;
}
.callout-banner {
	width: 100%; 
	height: 550px; 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	position: relative;
}
.callout-banner .fade {
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(255,255,255,0.5);
	display: none;
}
.callout-banner .wrap {
	width: 1140px; 
	height: 100%;
	position: relative;
}
.callout-banner .int {
	display: table; 
	height: 100%; 
	width: 50%;
}
.callout-right .int {
	float: right; 
	width: 400px;
}
.callout-banner .center {
	display: table-cell; 
	height: 100%; 
	width: 100%; 
	color: #fff; 
	vertical-align: middle;
}
.callout-banner .int h1 {color: #fff;}
.callout-banner .int p {
	color: #fff;
	font-weight: 300;
}
.callout-banner.dark .int h1,
.callout-banner.dark .int p {color: #000;}

.callout-banner.light .int .btn {color: #fff;}

.callout-video {
	width: 100%; 
	height: 750px; 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
}
.callout-video .wrap {
	display: table;
	width: 1140px; 
	height: 100%;
	margin: 0 auto;
}
.callout-video .center {
	display: table-cell; 
	height: 100%; 
	width: 100%; 
	color: #fff; 
	vertical-align: middle;
	text-align: center;
}
.callout-video .logo img {
	max-width: 100%;
	height: auto;
}
.callout-follow {
	width: 100%; 
/* 	height: 400px;  */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
}
.callout-follow > div {
	/*
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*/
    display: inline-block;
    float: left;
    width: 30%;
    text-align: center;
    margin-top: 12%;
}
.css-page-team-stx .callout-follow > div{
	width: 30%;
    text-align: center;
    margin-top: 12%;
    margin: 12% auto;
    float: none;
    display: block;
}
.callout-follow h4 {
	background: #fff; 
	padding: 4px 8px; 
	display: inline-block;
	margin-bottom: 18px;
}
.callout-follow .social-fa {margin: 0;}
.callout-follow .social-fa a {font-size: 24px;}
.callout-follow .social-fa .fa {
  font-size: 1.3em;
  line-height: 1.55em;
}

.callout-follow h1{
	color:white;
	font-size: 60px;
}
.callout-follow p{
	color:white;
	margin-top:10px;
	padding-right:21%;
}
.callout-follow .btn{
	color:white;
}
.callout-follow .callout-copy{
	width: 70%;
    padding: 5%;
    float: left;
    display: inline-block;
    border-right: 2px solid #bfbfc0;
    text-align: left;
    margin-top: 4%;
    margin-bottom: 4%;
}

/* gdpr - CALLOUT
---------------------------------------------- */
.gdpr{
    opacity: 0;
    transition: all .3s ease;
    pointer-events: all;
    z-index: 999999;
    display: block;
    position: relative;
    pointer-events: none;
}
.gdpr.active{
	opacity: 1;
	pointer-events: all;
}
.gdpr.hidden{
	opacity: 0;
	pointer-events: none;
}
.gdpr.hidden .callout-double.group{
	right:-500px;
}
.gdpr .callout-double.group{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0px;
	width: 600px;
	background: white;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(66, 66, 66, 0.5);
	-moz-box-shadow: 0px 0px 8px 2px rgba(66, 66, 66, 0.5);
	box-shadow: 0px 0px 8px 2px rgba(66, 66, 66, 0.5);
	transition: all .3s ease;
}
.gdpr .callout-double.group .callout{
    padding: 0px;
    width: 100%;
    background: white;
    text-align: left;
}
.gdpr .callout-double.group .callout p{
	margin-bottom: 0px;
    font-size: 14px!important;
    color: black;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.8;
    padding: 0px;
}
.gdpr .callout-double.group .callout a{
	color: #ed1c24;
}
.gdpr .callout-double.group .callout a:hover{
	color: #888;
}
.gdpr .callout-double.group .callout .btn{
	margin:8px 0px 0px 0px!important;
	display: inline-block!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
    font-weight: 700!important;
    line-height: 1!important;
    color: #000!important;
    padding: 12px 20px!important;
    border-radius: 28px!important;
    letter-spacing: 1px!important;
    text-align: center!important;
    background: transparent!important;
    border: 2px solid #ed1c24!important;
    width:auto !important;
}
.gdpr .callout-double.group .callout .btn:before{
	display:none;
}
.gdpr .callout-double.group .callout .btn:hover {
    background: #ed1c24!important;
    color: #000!important;
}
.gdpr .callout-double.group .callout .link{
	width: 110px;
	height: 100%;
	position: relative;
	opacity: 1;
	right: 0px;
	left: auto;
	padding: 0px;
}
.gdpr .callout-double.group .callout .link a{
	height:180px;
	background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/_core/images/compliance-close.png);
}
.gdpr .callout-double .link a:hover{
	background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/_core/images/compliance-close-hover.png);
}
/* this media query is outside responsive.css to hit all microsites */
@media (max-width: 640px) {
	.gdpr .callout-double.group{
	    width: 90%;
	    top: 100px;
	    margin: 0 5%;
	}
	.gdpr .callout-double.group .callout .link a{
		height: 100%;
	    position: absolute;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}
	.gdpr .callout-double.group .callout p{
		font-size:2.4vw!important;
	}
	.gdpr .callout-double.group .callout .link {
	    width: 10vw;
	}
	.gdpr .callout-double .link a {
	    background-size: 6vw;
	}
}